Tag Archives: Secure

Secure your PHP script by hiding extensions

Dec 02, 2013

In general, security by obscurity is one of the weakest forms of security. Suppose If I were exploiting a site, I wouldn’t check what scripting..

Read more

How to Protect Your PHP Source Code

Oct 17, 2013

One of the main threat PHP developers face is that PHP is an interpreted language, means PHP source code is readable by anybody who downloads..

Read more

How to Create a Secure Login Script

Jul 02, 2012

Have you ever worried that your login scripts are insecure? For assurance, follow this guide on how to create a secure login script in PHP..

Read more